e35075010d50c81c6535d17e1a0e1425bbfe8886,graylog2-server/src/main/java/org/graylog2/indexer/Mapping.java,Mapping,partFieldProperties,#String#,88
Before Change
private static Map partFieldProperties(String analyzer) {
final Map<String, Map<?, ?>> properties = Maps.newHashMap();
properties.put("message", analyzedString(analyzer));
properties.put("full_message", analyzedString(analyzer));
// http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
After Change
*/
private static Map<String, Map<String, ? extends Serializable>> partFieldProperties(String analyzer) {
return ImmutableMap.of(
"message", analyzedString(analyzer),
"full_message", analyzedString(analyzer),
// http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
// http://www.elasticsearch.org/guide/reference/mapping/date-format.html